github.com/go-pg/zerochecker.isZeroer.IsZero (method)
5 uses
encoding/json
encode.go#L1071: IsZero() bool
encode.go#L1197: v.Interface().(isZeroer).IsZero()
encode.go#L1202: return v.IsNil() || v.Interface().(isZeroer).IsZero()
encode.go#L1206: return v.Interface().(isZeroer).IsZero()
encode.go#L1216: return v.Addr().Interface().(isZeroer).IsZero()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)